home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
p4
/
p4-1_2a.lha
/
p4-1.2a
/
util
/
makefile.proto
< prev
Wrap
Makefile
|
1992-10-19
|
423b
|
22 lines
# prototype makefile for util directory of P4
RM = rm
defs.MD: install.awk defs.all
@if grep $(MACHINE) machines > /dev/null ;\
then \
echo making machine-dependent definitions for $(MACHINE) ;\
awk -f install.awk machine=$(MACHINE) defs.all > defs.MD ;\
else \
echo cannot install for $(MACHINE), valid machines are: ;\
cat machines ;\
exit 1 ;\
fi
default:
all:
realclean:
$(RM) -f Makefile defs.MD *~ *.o